home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Chapter Tutorials
/
JavaScriptTemplates
/
yrmovie.dcr
/
00107.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-14
|
357 b
|
25 lines
on exitFrame
set Nmm to random(4)
if Nmm = 1 then
go("blk1")
else
if Nmm = 2 then
blnkCreeps()
else
go(marker(0))
end if
end if
end
on blnkCreeps
if the castNum of sprite 13 = 76 then
go("blk2")
else
if the castNum of sprite 13 = 87 then
go("blk3")
else
go(marker(0))
end if
end if
end